バージョン

EditorDefinition コンストラクタ(Type,String[])

新しい EditorDefinition を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal editorType As Type, _
   ByVal relatedRoles() As String _
)
public EditorDefinition( 
   Type editorType,
   string[] relatedRoles
)

パラメータ

editorType
登録されている組み込み可能なエディターのタイプ
relatedRoles
エディターによって使用されるロールを示すロール名の配列。
参照